home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsnmp / mib / OBJVIEW.ZIP / README.TXT < prev    next >
Encoding:
Text File  |  1995-01-30  |  1.6 KB  |  47 lines

  1. DESCRIPTION :
  2.     
  3.     This program will document ALL performance data object types installed on the machine it
  4.     is run on. For each object type all counter definitions are typed, and if the type has
  5.     instances, their information is typed too.
  6.     (The code was written with Tab size set to 4. If you have a different Tab size then the
  7.     code will look misaligned).
  8.  
  9. USAGE :
  10.  
  11.     To keep the code simple, the program writes its output to the screen. You will have to
  12.     redirect the output to a file, i.e :
  13.  
  14.             objview > output.txt
  15.  
  16.     The output file will range from 200KB to 300KB or more, depending on your computer's
  17.     configuration. The program will take 20 to 30 seconds to finish, depending on the speed
  18.     and the load of your computer.
  19.  
  20.     The SAMPLE.TXT is a sample output file produced by the program, when run on my computer.
  21.  
  22. BUG REPORTS :
  23.  
  24.     If an unusual, abnormal situation occurs while running the program, or you find a bug in
  25.     the source code, please notify me by e-mail (dstaikos@theseas.ntua.gr)
  26.  
  27.  
  28. COPYRIGHT NOTICE
  29.     
  30.     Portions of this code have been copied from the samples supplied with the SDK. These include :
  31.     
  32.       -- The Pointer Helper Functions (intact)
  33.       -- The main concept for function PrintStringByIndex()
  34.  
  35.     The rest of the code is written from scratch by Dimitris Staikos
  36.     
  37.     The D.Staikos portion of the code is free to ANYBODY for ANY purpose.
  38.     PLEASE be kind enough to mention my name and e-mail if portions of my code are used "as is".
  39.     NO royalties or money will be ever claimed for this code.
  40.     
  41.     Thanks !!!
  42.  
  43.     Dimitris Staikos
  44.     
  45.     e-mail : dstaikos@theseas.ntua.gr
  46.  
  47.